(lisp-body-indent): Add doc.
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 May 1993 16:37:35 +0000 (16:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 May 1993 16:37:35 +0000 (16:37 +0000)
lisp/emacs-lisp/lisp-mode.el

index c349d594e4b02a493313e78bbd931e71b8fe0174..4a75b4c409746a67c0e07ec6166948b26d71f199 100644 (file)
@@ -426,7 +426,8 @@ of the start of the containing expression."
              (method
                (funcall method state indent-point)))))))
 
-(defconst lisp-body-indent 2 "")
+(defconst lisp-body-indent 2
+  "Number of columns to indent the second line of a `(def...)' form.")
 
 (defun lisp-indent-specform (count state indent-point normal-indent)
   (let ((containing-form-start (elt state 1))